home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Internet / HTML / HTMLTool / _SETUP.1 / HTMLTOOL.exe / 0 / RCDATA / TFRMFULLVERSION / TFRMFULLVERSION.txt < prev   
Encoding:
Text File  |  1999-02-01  |  2.2 KB  |  99 lines

  1. object FrmFullVersion: TFrmFullVersion
  2.   Left = 211
  3.   Top = 114
  4.   ActiveControl = btnHowToGetIt
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Please register !'
  8.   ClientHeight = 312
  9.   ClientWidth = 315
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image2: TImage
  21.     Left = 8
  22.     Top = 8
  23.     Width = 297
  24.     Height = 75
  25.     AutoSize = True
  26.     Picture.Data = {<image000.bmp>}
  27.     OnClick = btnGetItNowClick
  28.   end
  29.   object Label1: TLabel
  30.     Left = 32
  31.     Top = 88
  32.     Width = 247
  33.     Height = 26
  34.     Caption = 
  35.       'Buy your own personal registration code for HTMLtool for only $1' +
  36.       '5 to receive:'
  37.     Font.Charset = DEFAULT_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45.   object Memo1: TMemo
  46.     Left = 32
  47.     Top = 120
  48.     Width = 265
  49.     Height = 41
  50.     BorderStyle = bsNone
  51.     Color = clBtnFace
  52.     Lines.Strings = (
  53.       '- the full version without any nag-screens or limitations'
  54.       '- full support via e-mail e.g. when you got trouble'
  55.       '  installing or using the software')
  56.     ReadOnly = True
  57.     TabOrder = 4
  58.     WantReturns = False
  59.     WordWrap = False
  60.   end
  61.   object btnTry: TButton
  62.     Left = 8
  63.     Top = 280
  64.     Width = 297
  65.     Height = 25
  66.     Caption = 'I am still evaluating'
  67.     ModalResult = 1
  68.     TabOrder = 3
  69.   end
  70.   object btnHowToGetIt: TButton
  71.     Left = 8
  72.     Top = 176
  73.     Width = 297
  74.     Height = 25
  75.     Caption = 'How can I get it ?'
  76.     Default = True
  77.     TabOrder = 0
  78.     OnClick = btnHowToGetItClick
  79.   end
  80.   object btnGetItNow: TButton
  81.     Left = 8
  82.     Top = 208
  83.     Width = 297
  84.     Height = 25
  85.     Caption = 'Get it now (requires internet connection)'
  86.     TabOrder = 1
  87.     OnClick = btnGetItNowClick
  88.   end
  89.   object btnRegistrationCode: TButton
  90.     Left = 8
  91.     Top = 240
  92.     Width = 297
  93.     Height = 25
  94.     Caption = 'Enter registration code'
  95.     TabOrder = 2
  96.     OnClick = btnRegistrationCodeClick
  97.   end
  98. end
  99.